@charset "utf-8";
em, i, u{font-style: normal;}
.menu{
    width: 100px;
}
.color_y {
    color: #FA9600;
}
.color_b1 {
    color: #212121;
}
.color_b1:hover {
    color: #212121;
}
.color_diwen {
    background-color: #e5eef2;
}
.color_kuanwen {
    background-color: #fbebe1;
}
.color_tsuanli {
    background-color: #e2e6ea;
}
.color_fangbao {
    background-color: #e2f2eb;
}
.color_lilizi {
    background-color: #e1e8ef;
}
.color_lsuanlitie {
    background-color: #e2f2eb;
}
.color_18650 {
    background-color: #e0e4f0;
}
.color_juhewu {
    background-color: #fbebe1;
}
.size-16p {
    font-size: 54px;
}
.sizemax-12p {
    font-size: 48px;
}
.size1-9p {
    font-size: 36px;
}
.size2-8p {
    font-size: 16px;
}
.size3-7p {
    font-size: 28px;
}
.size4-6p {
    font-size: 24px;
}
.size5-5p {
    font-size: 16px;
}
.size6-4p {
    font-size: 16px;
}
.size7-3_5p {
    font-size: 14px;
}
.section {
    margin-top: 85px;
}
.section110 {
    margin-top: 110px;
}
.section100 {
    margin-top: 100px;
}
.section90 {
    margin-top: 90px;
}
.section80 {
    margin-top: 20px;
}
.section70 {
    margin-top: 70px;
}
.section60 {
    margin-top: 60px;
}
.section55 {
    margin-top: 55px;
}
.section50 {
    margin-top: 42px;
}
.section45 {
    margin-top: 38px;
}
.section40 {
    margin-top: 40px;
}
.section30 {
    margin-top: 30px;
}
.section25 {
    margin-top: 25px;
}
.section20 {
    margin-top: 20px;
}
.section10 {
    margin-top: 16px;
}
.section5 {
    margin-top: 5px;
}
.getiao {
    width: 100%;
    height: 1px;
    overflow: hidden;
}
.lh_1 {
    line-height: 1;
}
.lh_2 {
    line-height: 2;
}
.pic_open img {
    transition: all 6s;
}
.pic_open:hover img {
    transform: scale(1.1);
}
.fade-out .text {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
}
.fade-out:hover .text {
    opacity: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #212121;
}
.relative {
    position: relative;
}
.to_black:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 3s cubic-bezier(0.23, 1, 0.32, 1), height 3s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}
.to_black:hover:before {
    opacity: 1;
}
.positon-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.font-bold {
    font-weight: bold;
}
.product {
    position: relative;
    width: 200px;
    border: #000 solid 1px;
    height: 400px;
    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
}
.product img {
    transition: all 0.6s;
}
.product:hover img {
    transform: scale(1.2);
}
.product .img {
    margin-top: 10px;
}
.product img {
    width: 60%;
    display: inline-block;
    margin: 0 auto;
}
.overflow-hidden {
    overflow: hidden;
}
.border_bootom {
    width: 100px;
    height: 20px;
    transition: width 2s;
    -moz-transition: width 2s;
    /* Firefox 4 */
    -webkit-transition: width 2s;
    /* Safari and Chrome */
    -o-transition: width 2s;
    /* Opera */
}


/*下划线*/
.border_bottom_line{position: relative;overflow: hidden}
.border_bottom_line:after{position: absolute;left: 0;bottom: 0px;width: 100%;height: 2px;opacity: 1;background: #FA9600;content: "";}
.border_bottom_line_hover{    position: relative;overflow: hidden;}
.border_bottom_line_hover:hover:after{opacity: 1;left: 0;width: 100%;}
.border_bottom_line_hover:after{
    position: absolute;
    left: 25%;
    bottom: 0px;
    width: 50%;
    height: 2px;
    opacity: 0;
    background: #FA9600;
    content: "";
    transition: 0.4s;
}
/*隔条线*/
.getiao.border_bottom_line:after{background: #d8d8d8}
/*超过1行出现省略号    可填参数，行数量*/
.line-over1{
    display: -webkit-box;word-break: break-all;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
.line-over2{
    display: -webkit-box;word-break: break-all;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.line-over3{
    display: -webkit-box;word-break: break-all;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}


.nav {
    margin: 50px;
    overflow: hidden;
}
.nav ul {
    overflow: hidden;
    background: #EEEEEE;
}
.nav ul li {
    line-height: 2;
    font-size: 15px;
    color: #212121;
}
.img img {
    width: 100%;
}
.handle {
    cursor: pointer;
}
.text_bottom_guodu {
    position: relative;
}
.text_bottom_guodu:after {
    position: absolute;
    left: 25%;
    bottom: 0px;
    width: 50%;
    height: 2px;
    opacity: 0;
    background: #FA9600;
    content: "";
    transition: 0.4s;
}
.text_bottom_guodu.checked:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.text_bottom_guodu:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.container,
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
header{margin-top: 20px;}
header nav .allnav .list .title a {
    font-size: 20px;
}
header nav .allnav .list .item_list ul li .item a {
    /*font-size: 16px;*/
    font-size: 13px;
    color: #DCDCDD;
}
header .header_top .right_part {
    font-size: 14px;
    line-height: 55.8px;
    color: #717070;
}
header .header_top .right_part .as {
    overflow: hidden;
    float: left;
}
header .header_top .right_part .as li {
    padding-left: 6px;
    padding-right: 20px;
    float: left;
}
header .header_top .right_part .as li:last-child {
    border-right: 1px solid #B4B5B5;
}
header .header_top .right_part .en {
    float: left;
    display: inline-block;
    margin-left: 20px;
}
header .header_top .right_part a {
    line-height: 25px;
    height: 21px;
}
header nav {
    position: relative;
    height: 50px;border-bottom: 1px solid #B4B5B5;
}
header nav .allnav .text {
    height: 50px;
    line-height: 50px;
    background-color: #005bac;
    font-size: 18px;
}
header nav .allnav .text p span {
    line-height: 60px;
    position: relative;
}
header nav .allnav .text p span:before{
    content: '';
    background: url(../images/top_list_ico.png) no-repeat;
    position: absolute;
    right: -12px;
    bottom: -48px;
    z-index: 2;
    width: 32px;
    height: 26px;
}

header nav .col-md-10,
header nav .col-sm-10 {
    position: static;
}
header nav .navlist .item_list {
    display: none;
    position: absolute;
    top: 50px;
    height: auto;
    width: 90px;
    background-color: #f5f5f5;
    z-index: 99999;
    border-top: 1px solid #d8d8d8;
}
header nav .navlist .item_list .child_item {
    line-height: 26px;
    margin: 4px 8px 4px 8px;
}
header nav .navlist .item_list .child_item a:hover {
    color: #FA9600;
}
header nav .navlist ul li {
    float: left;
    margin-right: 10px;    
}
header nav .navlist ul li .item {
    position: relative;
    line-height: 50px;
    margin-right: 25px;
}
header nav .navlist ul li .item:after {
    position: absolute;
    left: 25%;
    bottom: 0px;
    width: 50%;
    height: 4px;
    opacity: 0;
    background: #FA9600;
    content: "";
    transition: 0.4s;
}
header nav .navlist ul li .item.checked:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
header nav .navlist ul li .item:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
header nav .navlist li:hover .item_list {
    display: block;
}
header .search_form_head {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-75px);
    transform: translateY(-84px);
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
header .search_form_head .form_main {
    height: auto;
    width: 32px;
    right: 15px;
    margin: 0;
    padding-top: 25px;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    transition: width 1s;
    -moz-transition: width 1s;
    /* Firefox 4 */
    -webkit-transition: width 1s;
    /* Safari and Chrome */
    -o-transition: width 1s;
    /* Opera */

}
header .search_form_head .form_main .search-dropdown{display: none;border-bottom: 1px solid #B4B5B5}
header .search_form_head .form_main .dropdown-menu{top: 40px;}

header .search_form_head .form_main .search_form{
    border: none;
}

header .search_form_head .form_main.open .search_form .form-label{
    border-bottom: 1px solid #B4B5B5;
}
header .search_form_head .form_main.open {
    width: calc(100% - 290px);
}
header .search_form_head .form_main.open .search_form .form-label {
    width: 100%;
}
header .search_form_head .search_form {
    position: relative;
}
header .search_form_head .search_form .form-label {
    padding-left: 7px;
    width: 150px;
}

header .search_form_head .input-wrap .seach_ico{background-color: #FFFFFF}

header .search_form_head  .open .input-wrap .seach_ico{background:none}

header  .search_form .form-label span{opacity:0}
header .search_form .input-wrap .close{opacity:0}
header .open .search_form .input-wrap .close{opacity:1}

.product_item_common {
    padding: 9px 0 20px 0;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
}
.product_item_common img {
    transition: all 0.6s;
}
.product_item_common:hover img {
    transform: scale(1.1);
}
.product_item_common .img img {
    width: 90%;
    margin: 0 auto;
}
.product_item_common .title {
    margin-bottom: 5px;
}
.product_item_common .title a {
    color: #212121;
    font-size: 24px;
}
.product_item_common .sub_title {
    margin-bottom: 15px;
}
.product_item_common .sub_title a {
    color: #717070;
    font-size: 20px;
}
.product_common ul {
    margin-left: -15px;
    overflow: hidden;
}
.product_common ul li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.product_common .item {
    padding: 9px 0 20px 0;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
}
.product_common .item img {
    transition: all 0.6s;
}
.product_common .item:hover img {
    transform: scale(1.1);
}
.product_common .item .img img {
    width: 90%;
    margin: 0 auto;
}
.product_common .item .title {
    margin-bottom: 5px;
    margin-top: 20px;    
}
.product_common .item .title a {
    color: #212121;
    font-size: 16px;
}
.product_common .item .sub_title {
    margin-bottom: 15px;
}
.product_common .item .sub_title a {
    color: #717070;
    font-size: 16px;
    line-height: 1.8;
}
.banner_common {
    width: 100%;
    position: relative;
    height: 600px;
}
.banner_common img {
    transition: all 6s;
}
.banner_common:hover img {
    transform: scale(1.1);
}
.banner_common .text {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_common .text .content {
    display: inline-block;
}
.banner_common .text h1 {
    line-height: 1.5;
    color: #ffffff;    
}
.banner_common .text p {
    margin-top: 30px;
}
.banner_common .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.banner_common .img img {
    height: 600px;
    width: 1920px;
    display: inline-block;
    margin-left: calc(50% - 960px);
}
.header_banner_common h1 {
    line-height: 1.5;
    font-size: 48px;
}
.header_banner_common p {
    margin-top: 30px;
    font-size: 24px;
    margin-top: 40px;
    font-weight: 300;
}
.index .banner {
    width: 100%;
    overflow: hidden;
    background-color: #212121;
}
.index .banner .swiper-slide .item {
    position: relative;
    width: 100%;
    height: 600px;
}
.index .banner .swiper-slide .item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.index .banner .swiper-slide .item img {
    height: 600px;
    width: 1920px;
    display: inline-block;
    margin-left: calc(50% - 960px);
}
.index .banner .swiper-pagination-bullet {
    border-radius: 0;
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
    margin: 0 10px;
    opacity: 1;
}
.index .banner .swiper-pagination-bullet:before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: '';
    background: #FFFFFF;
    width: 2px;
    height: 8px;
}
.index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: inline-block;
    margin: 0 7px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    background: none;
}
.index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    position: relative;
    width: 0;
}
.index .tabswitch-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    margin-top: -10px;
}
.index .tabswitch-title .longline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 1px;
    background-color: #ccc;
}
.index .tabswitch-title .tabswitch-title-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    color: #212121;
    font-size: 36px;
    margin: 0;
}
.index .tabswitch-title .tabswitch-title-info p,.index .tabswitch-title .tabswitch-title-info h2 {
    margin: 0 auto;
    width: 336px;
    height: 42px;
    background: #fff;
}
.index .case-list ul {
    margin-left: -15px;
    overflow: hidden;
    margin-top: -40px;    
}
.index .case-list ul li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.index .case-list .item {
    overflow: hidden;
    position: relative;
}
.index .case-list .item .img {
    cursor: pointer;
}
.index .case-list .item .img img {
    transition: all 2s;
}
.index .case-list .item .img:hover img {
    transform: scale(1.1);
}
.index .case-list .item .img .bg_pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.index .case-list .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 22px 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    z-index: 2;
}
.index .case-list .item .text a,.index .case-list .item .text a:hover{ color: #FFFFFF;}
.index .case-list .item .arrow {
    opacity: 0;
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    right: 40%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.index .case-list .item:hover .arrow {
    opacity: 1;
    right: 50px;
}
.index .shili .shuzi {
    background: url("../images/33.jpg") no-repeat;
    height: 300px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.index .shili .shuzi .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
}
.index .shili .shuzi .text ul {
    overflow: hidden;
}
.index .shili .shuzi .text li:first-child {
    border-left: none;
}
.index .shili .shuzi .text li {
    height: 125px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.15);
    float: left;
    display: inline-block;
    padding: 0 60px;
}
.index .shili .shuzi .text li .num {
    position: relative;
    display: inline-block;
}
.index .shili .shuzi .text li .tig {
    font-size: 25px;
    position: absolute;
    top: 30px;
    right: -22px;
}
.index .shili .shuzi .text li .tig.year {
    font-size: 16px;
    top: 35px;
}
.index .shili .shuzi .text li .p {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 300;
}
.index .team .title p {
    margin-bottom: 8px;
    text-align: center;
}
.index .team .title span {
    font-size: 32px;
}
.index .team .list ul {
    margin-left: -30px;
    overflow: hidden;
}
.index .team .list ul li {
    padding-left: 30px;
    margin-bottom: 30px;
}
.index .team .list li {
    cursor: pointer;
}
.index .team .list li .item {
    overflow: hidden;
}
.index .team .list li .item .to_black img {
    transition: all 4s;
}
.index .team .list li .item .to_black:hover img {
    transform: scale(1.05);
}
.index .team .list li:first-child:hover .p {
    height: 48px;
}
.index .team .list li:hover .p {
    height: 68px;
}
.index .team .list .text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 0 20px 30px 20px;
    z-index: 99;
}
.index .team .list .name {
    font-size: 22px;
}
.index .team .list .title {
    font-size: 14px;
}
.index .team .list .p {
    font-size: 14px;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 1s;
    -moz-transition: height 1s;
    /* Firefox 4 */
    -webkit-transition: height 1s;
    /* Safari and Chrome */
    -o-transition: height 1s;
    /* Opera */
}
.index .team .list .p p {
    line-height: 1.5;
}
.index .news .left {
    float: left;
    width: 60%;
    padding-right: 100px;
}
.index .news .left .img {
    height: 340px;
    overflow: hidden;
}
.index .news .left .img img {
    transition: all 2s;
}
.index .news .left .img:hover img {
    transform: scale(1.1);
}
.index .news .right {
    float: left;
    width: 40%;
    padding-left: 0px;
}
.index .news .right .nav_news li.checked a {
    color: #FA9600;
}
.index .news .right .news_item ul {
    overflow: hidden;
}
.index .news .right .news_item li {
    margin-top: 25px;
}
.index .news .text .title a {
    font-size: 20px;
    color: #212121;
    font-weight: bold;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index .news .left .text .title a {
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 1.5;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index .news .text p {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2;
    margin: 3px 0 50px 0;
    color: #555555;
    height: 70px;
}
.index .news .text .line {
    width: 100%;
    background-color: #EEEEEE;
    height: 2px;
    overflow: hidden;
}
.index .news .text .line span {
    width: 50px;
    background-color: #FA9600;
    height: 2px;
    display: inline-block;
    transition: width 1s;
    -moz-transition: width 1s;
    /* Firefox 4 */
    -webkit-transition: width 1s;
    /* Safari and Chrome */
    -o-transition: width 1s;
    /* Opera */
}
.index .news .text:hover .line span {
    width: 100%;
}
.index .index-bootom ul {
    margin-left: -43px;
    overflow: hidden;
}
.index .index-bootom ul li {
    padding-left: 43px;
    margin-bottom: 43px;
}
.index .index-bootom li .item {
    height: 240px;
    background-color: #EEEEEE;
    padding-top: 30px;
    text-align: center;
}
.index .index-bootom li .title {
    margin: 10px 0 5px 0;
    color: #212121;
    font-weight: bold;
}
.index .location_tel ul {
    margin-left: -43px;
    overflow: hidden;
}
.index .location_tel ul li {
    padding-left: 43px;
    margin-bottom: 0px;
}
.index .location_tel li {
    text-align: center;
    line-height: 2;
    overflow: hidden;
}
.index .location_tel li .item {
    background-color: #f5f5f5;
    padding: 40px 66px;
    color: #717070;
    height: 250px;
}
.index .location_tel li .item .title {
    overflow: hidden;
    margin: 15px 0 2px 0 ;
}
.index .location_tel li .item .share {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.index .location_tel li .item .share ul {
    overflow: hidden;
    margin: 0 auto;
}
.index .location_tel li .item .share a {
    display: block;
    background-color: #959595;
    margin: 0 10px;
    border-radius: 25px;
    background-position:0px;height: 41px;width: 41px;
}
.index .location_tel li .item .share a:hover {
    background-color: #FA9600;
}
.index .location_tel li .item .share a.bds_tsina{
    background-image: url(../images/index_share_1.png);
}

.index .location_tel li .item .share a.bds_weixin{
    background-image: url(../images/index_share_2.png);background-position:0px;height: 41px;width: 41px;
}
.index .location_tel li .item .share a.bds_qzone{
    background-image: url(../images/index_share_3.png);background-position:0px;height: 41px;width: 41px;
}
.index .location_tel li .item .share a.bds_sqq{
    background-image: url(../images/index_share_4.png);background-position:0px;height: 41px;width: 41px;
}



.index .location_tel li .item .erweima {
    position: absolute;
    top: 27px;
    left: -168px;
    cursor: pointer;
}
.index .location_tel li.active .item .erweima {
    left: 168px;
}
.tabswitch-title-info {
    font-size: 32px;
    color: #212121;
    line-height: 1;
    text-align: center;
    margin: 5px 0 0 0;
}
.jishunengli ul {
    margin-left: -15px;
    overflow: hidden;
}
.jishunengli ul li {
    padding-left: 15px;
    margin-bottom: 0px;
}
.jishunengli li {
    cursor: pointer;
}
.jishunengli li .item {
    overflow: hidden;
}
.jishunengli li .item a{
    display: block;
}
.jishunengli li .item .to_black img {
    transition: all 2s;
}
.jishunengli li .item .to_black:hover img {
    transform: scale(1.1);
}
.jishunengli li:last-child:hover .text .title p {
    height: 110px;
}
.jishunengli li:hover .text .title p {
    height: 165px;
}
.jishunengli .top {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 90;
}
.jishunengli .top_bg {
    width: 170px;
    height: 170px;
    display: block;
    position: absolute;
    top: 0;
    left: 110px;
    background-color: rgba(1,33,48,0.6);
}

.jishunengli .top p {
    font-size: 100px;
    color: #FA9600;
    text-align: center;
    line-height: 1;
    font-family: Arial;
}
.jishunengli .top p span {
    font-size: 28px;
    color: #FFFFFF;
    font-family: '微软雅黑';
}
.jishunengli .text {
    position: absolute;
    bottom: 50px;
    left: 0 ;
    width: 100%;
    z-index: 90;
}
.jishunengli .text .title {
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}
.jishunengli .text .title p {
    height: 0px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #B4B5B5;
    transition: height 1s;
    -moz-transition: height 1s;
    /* Firefox 4 */
    -webkit-transition: height 1s;
    /* Safari and Chrome */
    -o-transition: height 1s;
    /* Opera */
    line-height: 2em;
    padding: 1em 2em 0em;
}
.index-nav-min ul {
    overflow: hidden;
    text-align: center;
}
.index-nav-min li {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 45px;
}
.index-nav-min li:after {
    position: absolute;
    left: 25%;
    bottom: 0px;
    width: 50%;
    height: 2px;
    opacity: 0;
    background: #FA9600;
    content: "";
    transition: 0.4s;
}
.index-nav-min li.checked:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.index-nav-min li:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.index-nav-min .item {
    line-height: 2;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}
.index-nav-min li a {
    font-size: 16px;
}
.index-nav-min:hover a {
    color: #555555;
}
.category-index .part {
    padding: 45px 0;
}
.category-index .part .title {
    width: 100%;
    overflow: hidden;
}
.category-index .part .title h2 {
    font-size: 24px;
    color: #212121;
}
.category-index .part .title .more {
    font-size: 16px;
}
.category-index .part .title .more a {
    position: relative;
    padding-right: 15px;
}
.category-index .part .title .more a:hover{color: #FA9600;}
.category-index .part .title .more a:after {content: '';background: url('../images/more_ico.png') no-repeat; /*兼容没测*/position: absolute;right: -25px;bottom: 2px;z-index: 2;width: 32px;height: 16px;}
.category-index .part .title .more a:hover:after {content: '';background: url('../images/more_ico_hover.png') no-repeat; /*兼容没测*/position: absolute;right: -24px;bottom: 2px;z-index: 2;width: 32px;height: 16px;}
.category-index .part .left-part {
    width: 242px;
    padding-right: 15px;
}
.category-index .part .left-part .text {
    color: #FFFFFF;
    line-height: 1.8;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 18px 25px 18px;
    z-index: 55;
}
.category-index .part .right-part {
    width: 958px;
}
.category-index .part .list ul {
    margin-left: -15px;
    overflow: hidden;
}
.category-index .part .list ul li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.category-index .part .list .item {
    padding: 9px 0 20px 0;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0 0 20px 0;
}
.category-index .part .list .item img {
    transition: all 0.6s;
}
.category-index .part .list .item:hover img {
    transform: scale(1.1);
}
.category-index .part .list .item .img img {
    width: 90%;
    margin: 0 auto;
}
.category-index .part .list .item .title {
    margin-bottom: 5px;
}
.category-index .part .list .item .title a {
    color: #212121;
    font-size: 24px;
}
.category-index .part .list .item .sub_title {
    margin-bottom: 15px;
}
.category-index .part .list .item .sub_title a {
    color: #717070;
    font-size: 20px;
}
.category-index .part .list .text {
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    height: 65px;
}
.category-index .part .list .text a {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}

.form_main{position: relative;}
.form_main .search-dropdown{position: absolute;height: 40px;width: 80px}
.form_main .search-dropdown button{border: 0;height: 40px;width: 93px;font-size: 16px;background: none;text-align: left;padding: 0;}
.form_main .search-dropdown button i{background: url(../images/search.png) no-repeat 7px 10px;width: 20px;display: inline-block;height: 18px;}
.form_main .search-dropdown .dropdown-menu{min-width: 99px;border: none;border-radius:0px;margin: 0;border: 1px solid #d8d8d8}
.form_main .search-dropdown .dropdown-menu li{min-width: 99px;font-size: 16px;line-height: 2;text-align: center}

.search_form {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #B4B5B5;
    padding-left: 80px;
}
.search_form .search-dropdown{position: static;width: 100px;height: 50px;}
.search_form .form-label {
    float: none;
    height: 40px;
    cursor: text;
    padding-left: 0px;
    display: block;
}
.search_form .form-label:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.search_form .form-label span {
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 200;
    opacity: 1;
    transition: opacity cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    display: block;
    font-size: 16px;
    color: #d8d8d8;
}
.search_form .input-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0 ;
    transform: translateX(100%) translateX(-35px);
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.8s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.8s;
    /* Opera */
}
.search_form .input-wrap i {
    width: 30px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    cursor: pointer;
    position: relative;
}
.search_form .input-wrap .seach_ico {
    position: relative;
}
.search_form .input-wrap .seach_ico:before {
    content: '';
    background: url('../images/search_ico.png') no-repeat;
    /*兼容没测*/
    position: absolute;
    right: -12px;
    bottom: 0px;
    z-index: 2;
    width: 32px;
    height: 26px;
}
.search_form .input-wrap .input {
    position: relative;
    width: calc(100% - 50px);
}
.search_form .input-wrap .input input {
    width: 100%;
    height: 39px;
    line-height: 40px;
    margin-left: 20px;
    border: none;
    border: 0;
    background: 0 0;
    outline: 0;
}
.search_form .input-wrap .input input:focus {
    border: none;
}
.search_form .input-wrap .close {
    width: 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.search_form .input-wrap .close .close_ico {
    position: relative;
}
.search_form .input-wrap .close .close_ico:before {
    content: '';
    background: url('../images/close_ico.png') no-repeat;
    position: absolute;
    right: -12px;
    bottom: 0px;
    z-index: 2;
    width: 32px;
    height: 26px;
}
.search_form .input-wrap .close i {
    text-align: center;
}
.form_main.open .search_form .input-wrap {
    transform: translateX(1px);
    padding-left: 80px;
}
.seach_jingxuan_news .product_tuijian .title {font-size: 24px;color: #212121;margin-bottom: 24px;margin-top:3px;line-height: 1;
}
.seach_jingxuan_news .product_tuijian ul {
    margin-left: -15px;
    overflow: hidden;
}
.seach_jingxuan_news .product_tuijian ul li {
    padding-left: 15px;
    margin-bottom: 0;
}
.seach_jingxuan_news .product_tuijian .item {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.seach_jingxuan_news .product_tuijian .item .text {
    /*position: absolute;*/
    left: 0;
    top: 370px;
    padding: 3px 26% 10px 36% ;
    text-align: left;
    color: #FFFFFF;
    line-height: 1.8;
}
.seach_jingxuan_news .product_tuijian .product_common a {
    width: 100%;
}
.seach_jingxuan_news .product_tuijian .product_common a img {
    width: 100%;
}
.seach_jingxuan_news .product_tuijian .product_common .item img {
    transition: all 2s;
}
.seach_jingxuan_news .product_tuijian .product_common .item:hover img {
    transform: scale(1.1);
}
.seach_jingxuan_news .news-list .nav-list {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    background-color: #FFFFFF;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.seach_jingxuan_news .news-list .nav-list ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
.seach_jingxuan_news .news-list .nav-list li {
    float: left;
    margin-right: 30px;
    font-size: 24px;
    color: #3e3938;
    height: 70px;
    line-height: 70px;

}
.seach_jingxuan_news .news-list .nav-list li.checked {
    border-bottom: 2px solid #FA9600;
}
.seach_jingxuan_news .news-list .nav-list li a{color: #212121}
.seach_jingxuan_news .news-list .list {
    font-size: 16px;
    line-height: 1.8;
    color: #717070;
}
.seach_jingxuan_news .news-list .list .companyAtricle {
    padding-top: 5px;
    overflow: hidden;
}
.seach_jingxuan_news .news-list .list .companyAtricle ul {
    margin-left: -50px;
    overflow: hidden;
}
.seach_jingxuan_news .news-list .list .companyAtricle ul li {
    padding-left: 50px;
    margin-bottom: 1px;
}
.seach_jingxuan_news .news-list .list .companyAtricle .img {height: 207px;overflow: hidden}
.seach_jingxuan_news .news-list .list .companyAtricle .img img{width: 367px;height: 210px;}
.seach_jingxuan_news .news-list .list .companyAtricle a {
    font-size: 16px;
    color: #212121;
    line-height: 2.2;
}
.seach_jingxuan_news .news-list .list ul {
    margin-left: -70px;
    overflow: hidden;
}
.seach_jingxuan_news .news-list .list ul li {
    padding-left: 70px;
    margin-bottom: 8px;
}
.seach_jingxuan_news .news-list .list .title {
    max-width: 460px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.seach_jingxuan_news .news-list .list a {
    color: #717070;
}
.seach_jingxuan_news .news-list .list a:hover{color: #FA9600}
.product-list-index .top-title {
    width: 100%;
    line-height: 100px;
    height: 100px;
    background-color: #ECECEC;
}
.product-list-index .top-title p span {
    color: #FA9600;
    font-size: 24px;
}
.product-list-index .top-title .choose {
    float: left;
}
.product-list-index .top-title .choose span {
    padding: 0 6px;
}
.product-list-index .top-title .choose a {
    border: 1px solid #acacad;
    background-color: #FFFFFF;
    padding: 3px 10px;
    margin-right: 8px;
}
.product-list-index .top-title .choose a:hover {
    color: #555555;
}
.product-list-index .top-title .choose a b {
    color: #FA9600;
}
.product-list-index .top-title .choose a b:hover {
    color: #FA9600;
}
.product-list-index .category-attr {
    padding: 30px 0 50px 0;
}
.product-list-index .category-attr .selector-line {
    position: relative;
    display: inline-block;
}
.product-list-index .category-attr .con-wrap {
    _zoom: 1;
    line-height: 60px;
    border-bottom: 1px solid #ECECEC;
    display: inline-block;
}
.product-list-index .category-attr .con-wrap .con-key {
    float: left;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}
.product-list-index .category-attr .con-wrap .con-key span {
    color: #212121;
    font-weight: bold;
}
.product-list-index .category-attr .con-wrap .con-value {
    zoom: 1;
    background: #fff;
    position: relative;
    float: left;
    width: 1090px;
    height: 65px;padding-right: 60px;overflow: hidden;
}
.product-list-index .category-attr .con-wrap .con-value .list {
    overflow: hidden;
}
.product-list-index .category-attr .con-wrap .con-value ul {
    overflow: hidden;
}
.product-list-index .category-attr .con-wrap .con-value li {
    padding-left: 10px;
    float: left;
    _display: inline;
    margin-right: 50px;
    margin-bottom: 4px;
    height: 60px;
    line-height: 60px;
}
.product-list-index .category-attr .con-wrap .con-value li a.current {
    color: #FA9600;
}
.product-list-index .category-attr .con-wrap.active .con-value {
    height: auto;
}
.product-list-index .category-attr .con-wrap.active .ext .more i {
    background: url(../images/search.png) no-repeat 1px -24px;
}
.product-list-index .category-attr .con-wrap .ext {
    position: absolute;
    top: 0px;
    right: 10px;
    height: auto;
    overflow: hidden;
    zoom: 1;
}
.product-list-index .category-attr .con-wrap .ext .more {
    float: right;
    margin-right: 10px;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0 7px 0 4px;
    visibility: hidden;
    color: #333;
}
.product-list-index .category-attr .con-wrap .ext .more i {
    position: absolute;
    top: 15px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background-position: 4px 7px;
    background: url(../images/search.png) no-repeat 1px 12px;
}
.product-list-index .category-attr .con-wrap .sele-adve-tab a {
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
}
.product-list-index .category-attr .con-wrap .sele-adve-tab a span {
    display: inline-block;
}
.product-list-index .category-attr .con-wrap .sele-adve-tab a .arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/search.png) no-repeat 1px 12px;
}
.product-list-index .category-attr .con-wrap .sele-adve-tab .tre-acrr {
    color: #FA9600;
    border: 1px solid #3e3938;
    position: relative;
    top: 0px;
    z-index: 999;
    height: 60px;
    border-bottom: 1px solid #FFFFFF;
}
.product-list-index .category-attr .con-wrap .sele-adve-tab .tre-acrr .arrow {
    background: url(../images/search.png) no-repeat 1px -40px;
}
.product-list-index .category-attr .con-wrap .sele-adve-con {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.product-list-index .category-attr .con-wrap .sele-adve-con .seleadvecon-item {
    border: 1px solid #3e3938;
    background-color: #FFFFFF;
    padding: 20px;
}
.product-list-index .category-attr .con-wrap .sele-adve-con .seleadvecon-item .selecbaseul {
    overflow: hidden;
}
.product-list-index .category-attr .con-wrap .sele-adve-con .seleadvecon-item .selecbaseul li {
    float: left;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 50px;
    height: 26px;
    line-height: 26px;
}
.product-list-index .category-attr .con-wrap .sele-adve-con .seleadvecon-item .selecbaseul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list-index .product-list {
    background-color: #f5f5f5;
    padding: 30px 0 ;
}
.product-list-index .product-list ul {
    width: 100%;
}
.product-list-index .product-list .top {
    margin: 10px 0;
}
.product-list-index .product-list h2 {
    font-size: 24px;
    color: #212121;
}
.product-list-index .product-list h2 span {
    font-size: 16px;
    color: #555555;
    padding-left: 7px;
}
.product-list-index .product-list .order-by li {
    float: left;
    margin-right: 12px;
}
.product-list-index .product-list .order-by .checked a {
    color: #FA9600;
}
.product-list-index .product-list .list ul {
    margin-left: -15px;
    overflow: hidden;
}
.product-list-index .product-list .list ul li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.product-list-index .product-list .list .item {
    padding: 9px 0 20px 0;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0 0 20px 0;
}
.product-list-index .product-list .list .item img {
    transition: all 0.6s;
}
.product-list-index .product-list .list .item:hover img {
    transform: scale(1.1);
}
.product-list-index .product-list .list .item .img img {
    width: 90%;
    margin: 0 auto;
}
.product-list-index .product-list .list .item .title {
    margin-bottom: 5px;
}
.product-list-index .product-list .list .item .title a {
    color: #212121;
    font-size: 24px;
}
.product-list-index .product-list .list .item .sub_title {
    margin-bottom: 15px;
}
.product-list-index .product-list .list .item .sub_title a {
    color: #717070;
    font-size: 20px;
}
.product-list-index .product-list .list .text {
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    height: 65px;
}
.product-list-index .product-list .list .text a {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}
.product-list-index .product-list .list .order-by ul {
    margin: 0;
}
.product-list-index .product-content {
    position: relative;
}
.product-list-index .product-content>.img img{height: 350px;}
.product-list-index .product-content .text {
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2;
}
.product-list-index .product-content .text p {
    line-height: 1.8;
    color: #DCDCDD;
    padding: 0 15px;
}

.product-list-index .product-content .text tbody tr td{
    border: 1px #9E9F9F solid;
}
.case-index .case_list {
    background-color: #f5f5f5;
    padding: 60px 0;
}
.case-index .case_list .top {
    width: 100%;
    overflow: hidden;
    color: #3e3938;
}
.case-index .case_list .top .title {
    font-size: 24px;
}
.case-index .case_list .top li {
    margin-left: 10px;
    font-size: 16px;
}
.case-index .case_list .top li a {
    padding-left: 25px;
}
.case-index .case_list .list {
    overflow: hidden;
    width: 100%;
}
.case-index .case_list .list ul {
    margin-left: -30px;
    overflow: hidden;
}
.case-index .case_list .list ul li {
    padding-left: 30px;
    margin-bottom: 30px;
}
.case-index .case_list .list .item {
    padding: 9px 0 20px 0;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0 0 20px 0;
}
.case-index .case_list .list .item img {
    transition: all 0.6s;
}
.case-index .case_list .list .item:hover img {
    transform: scale(1.1);
}
.case-index .case_list .list .item .img img {
    width: 90%;
    margin: 0 auto;
}
.case-index .case_list .list .item .title {
    margin-bottom: 5px;
}
.case-index .case_list .list .item .title a {
    color: #212121;
    font-size: 24px;
}
.case-index .case_list .list .item .sub_title {
    margin-bottom: 15px;
}
.case-index .case_list .list .item .sub_title a {
    color: #717070;
    font-size: 20px;
}
.case-index .case_list .list .text {
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    height: 65px;
}
.case-index .case_list .list .text a {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
}
.case-index .case_list .list .item .img {
    overflow: hidden;
}
.case-index .case_list .list .item .img .text {
    position: absolute;
    bottom: 0px;
    right: 15px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}
.case-index .case_list .list .item .img img {
    width: 100%;
}
.case-index .case_list .list .text {
    text-align: left;
    padding: 0 20px;
    height: 105px;
    padding-top: 30px;
}
.case-index .case_list .list .text .title {
    margin-top: 40px;
}
.case-index .case_list .list .text .title a {
    font-size: 20px;
    line-height: 1;
}
.case-index .case_list .list .text .sub_title {
    margin-bottom: 0px;
}
.case-index .case_list .list .text .sub_title a {
    font-size: 20px;
    color: #212121;
    line-height: 1;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 14px 0 18px 0;
}
.case-index .case_list .list .text .p {
    margin-top: 12px;
}
.case-index .case_list .list .text p {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
    font-size: 14px;
}
.case-index .case-content {
    position: relative;
}
.case-index .case-content .text {
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2;
}
.case-index .case-content .text p {
    line-height: 1.8;
    margin-bottom: 10px;
}
.h400 {
    height: 435px;
}
.h300 {
    height: 327px;
}
.about-index .main .banner_common .img img {
    width: 1200px;
    margin-left: 0;
}
.about-index .main .nav-list-about li {
    position: relative;
    float: left;
    margin-right: 55px;
    font-size: 16px;
    line-height: 80px;
    height: 80px;
}
.about-index .main .nav-list-about li:after {
    position: absolute;
    left: 25%;
    bottom: 0px;
    width: 50%;
    height: 2px;
    opacity: 0;
    background: #FA9600;
    content: "";
    transition: 0.4s;
}
.about-index .main .nav-list-about li.checked:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.about-index .main .nav-list-about li:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.about-index .main .main-content {
    background-color: #f5f5f5;
    padding-bottom: 90px;
}
.about-index .main .main-content .part {
    background-color: #FFFFFF;
}
.about-index .main .main-content .part .widht-margin {
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
}
.about-index .main .main-content .jianjie .text {
    line-height: 2;
    margin: 88px 0;
}
.about-index .main .main-content .jianjie .text p {
    width: 850px;
    margin: 0 auto;
}
.about-index .main .main-content .jianjie .wimg {
    width: 850px;
    margin: 0 auto;
}
.about-index .main .main-content .zizhi .items {
    width: 850px;
    margin: 0 auto;
}
.about-index .main .main-content .zizhi .items ul {
    margin-left: -27px;
    overflow: hidden;
    margin: 80px 0 50px 0;
}
.about-index .main .main-content .zizhi .items ul li {
    padding-left: 27px;
    margin-bottom: 27px;
}
.about-index .main .main-content .zizhi .items .text {
    font-size: 14px;
    line-height: 3;
}
.about-index .main .main-content .call_us .text h1 {
    font-size: 32px;
    color: #212121;
    line-height: 2;
}
.about-index .main .main-content .call_us .text h3 {
    font-size: 20px;
    line-height: 2;
    color: #212121;
}
.about-index .main .main-content .call_us .text p {
    font-size: 16px;
    line-height: 2;
}
.about-index .main .main-content .call_us .fankui {
    line-height: 1;
}
.about-index .main .main-content .call_us .fankui h2 {
    font-weight: 400;
}
.about-index .main .main-content .call_us .fankui .p {
    line-height: 1;
}
.about-index .main .main-content .call_us .fankui .form {
    width: 718px;
}
.about-index .main .main-content .call_us .fankui .form .form-control {
    border-radius: 0;
}
.about-index .main .main-content .call_us .fankui .form input {
    height: 53px;
    line-height: 53px;
}
.about-index .main .main-content .call_us .fankui .form .form-group {
    margin-bottom: 20px;
}
.about-index .main .main-content .call_us .fankui .form .btn-default {
    width: 220px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #717070;
    padding: 0;
}
.about-index .main .main-content .call_us .fankui .form .btn-default:hover {
    color: #FA9600;
    border: 1px solid #FA9600;
    background: none;
}

/*人才招聘*/
.about-index .main .main-content .job .widht-margin{  width: 1000px;margin: 0 auto;overflow: visible;}
.about-index .main .main-content .job .content{}
.about-index .main .main-content .job .content .items{}
.about-index .main .main-content .job .content .items .item{padding: 30px 0;overflow: hidden;position: relative;border-bottom: 1px solid #d8d8d8}
.about-index .main .main-content .job .content .items li.active .item{border: none}
.about-index .main .main-content .job .content .items .title{font-size: 16px;color: #212121;line-height: 1;position: relative}
.about-index .main .main-content .job .content .items .title i{    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    background-position: 4px 7px;
    background: url(../images/ji.jpg) no-repeat 0px 0px;}
.about-index .main .main-content .job .content .items .text{font-size: 14px;color: #999999;margin-top: 15px;}
.about-index .main .main-content .job .content .items .description{background-color: #ECECEC;padding: 50px 0;display: none}
.about-index .main .main-content .job #fenye{margin-top: 38px;}
.about-index .main .main-content .job .content .items .item .triangle_ico{cursor: pointer;
    opacity: 0;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #ECECEC;
    transition: opacity cubic-bezier(0.38, 0.04, 0.35, 0.96);}
.about-index .main .main-content .job .content .items li.active .item .triangle_ico{opacity:1}
.about-index .main .main-content .job .content .items .item .ico{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms, -webkit-transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
}
.about-index .main .main-content .job .content .items .item .ico:before{
    position: absolute;
    top: 21px;
    left: 14px;
    content: '';
    background: #4f4d4d;
    width: 16px;
    height: 2px;
}

.about-index .main .main-content .job .content .items li.active .item .ico:after {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.about-index .main .main-content .job .content .items .item .ico:after{
    opacity: 1;
    transition: all cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 21px;
    left: 14px;
    content: '';
    background: #4f4d4d;
    width: 16px;
    height: 2px;
}

.yanfa-index .main .banner_common .img img {
    width: 1200px;
    margin-left: 0;
}
.yanfa-index .main h2 {
    font-size: 32px;
    color: #212121;
    margin: 80px 0 35px 0;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    display: inline-block;
}
.yanfa-index .main h3 {
    text-align: center;
    font-size: 24px;
    color: #212121;
    line-height: 1;
    margin: 15px 0;
    text-align: left;
    font-weight: normal;
    display: inline-block;
}
.yanfa-index .main p {
    font-size: 16px;
    line-height: 2;
}
.yanfa-index .main .nav-list-yanfa li {
    position: relative;
    float: left;
    margin-right: 55px;
    font-size: 16px;
    line-height: 80px;
    height: 80px;
}
.yanfa-index .main .nav-list-yanfa li:after {
    position: absolute;
    left: 25%;
    bottom: 0px;
    width: 50%;
    height: 2px;
    opacity: 0;
    background: #FA9600;
    content: "";
    transition: 0.4s;
}
.yanfa-index .main .nav-list-yanfa li.checked:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.yanfa-index .main .nav-list-yanfa li:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.yanfa-index .main .main-content {
    background-color: #f5f5f5;
    padding-bottom: 90px;
}
.yanfa-index .main .main-content .part {
    background-color: #FFFFFF;
}
.yanfa-index .main .main-content .part .widht-margin {
    width: 850px;
    margin: 0 auto;
    overflow: visible;
}
.yanfa-index .main .main-content .yanjiuyuan .text > p {
    width: 850px;
    margin: 0 auto;
}
.yanfa-index .main .main-content .yanjiuyuan .text {
    line-height: 2;
}
.yanfa-index .main .main-content .yanjiuyuan .wimg {
    width: 850px;
    margin: 0 auto;
}
.yanfa-index .main .main-content .jishu .text-list li {
    border-left: 1px solid #d8d8d8;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}
.yanfa-index .main .main-content .jishu .text-list li .top {
    margin-bottom: 35px;
    overflow: hidden;
}
.yanfa-index .main .main-content .jishu .text-list li .top span {
    font-size: 36px;
    color: #212121;
}
.yanfa-index .main .main-content .jishu .text-list li:first-child {
    border: none;
}
.yanfa-index .main .main-content .jishu .num_title {
    text-align: center;
    font-size: 28px;
    font-family: Arial;
}
.yanfa-index .main .main-content .jishu .num_title .num4 {
    color: #873B35;
    font-size: 72px;
}
.yanfa-index .main .main-content .jishu .num_title .num2 {
    color: #4B2A35;
    font-size: 72px;
}
.yanfa-index .main .main-content .jishu .num_title .num1 {
    color: #14315B;
    font-size: 72px;
}
.yanfa-index .main .main-content .jishu .num_title .add {
    font-size: 60px;
    font-weight: 100;
    padding: 0 15px;
}
.yanfa-index .main .main-content .shiyanshi .keyan {
    margin-top: 40px;
    overflow: hidden;
}
.yanfa-index .main .main-content .shiyanshi .keyan ul {
    margin-left: -58px;
    overflow: hidden;
}
.yanfa-index .main .main-content .shiyanshi .keyan ul li {
    padding-left: 58px;
    margin-bottom: 90px;
}
.yanfa-index .main .main-content .shiyanshi .bottome_tx .item {
    position: relative;
}
.yanfa-index .main .main-content .shiyanshi .bottome_tx .list ul .title {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 60px;
}
.yanfa-index .main .main-content .shiyanshi .bottome_tx .list ul .ico {
    position: absolute;
    left: 0;
    bottom: -5px;
}
.yanfa-index .main .main-content .zhizao .text {
    text-align: center;
}
.yanfa-index .main .main-content .zhizao .text span {
    font-size: 24px;
}
.yanfa-index .main .main-content .zhizao .text.mozu {
    text-align: left;
}
.yanfa-index .main .main-content .call_us .text h1 {
    font-size: 32px;
    color: #212121;
    line-height: 2;
}
.yanfa-index .main .main-content .call_us .text h3 {
    font-size: 20px;
    line-height: 2;
}
.yanfa-index .main .main-content .call_us .text p {
    font-size: 16px;
    line-height: 2;
}
.bottome_tx {
    overflow: hidden;
}
.bottome_tx .list {
    text-align: center;
    position: relative;
}
.bottome_tx .list ul {
    margin-left: -50px;
    overflow: hidden;
}
.bottome_tx .list ul li {
    padding-left: 50px;
    margin-bottom: 50px;
}
.bottome_tx .list ul .title {
    font-size: 24px;
    color: #212121;
    margin: 34px 0 10px 0;
}
.bottome_tx .list ul .sub_title {
    font-size: 16px;
    line-height: 2;
    /*height: 64px;*/
}
.bottome_tx .list ul .ico {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: 25px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms, -webkit-transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
}
.bottome_tx .list ul .ico:before {
    position: absolute;
    top: 21px;
    left: 14px;
    content: '';
    background: #4f4d4d;
    width: 16px;
    height: 2px;
}
.bottome_tx .list ul .ico:after {
    opacity: 1;
    transition: all cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 21px;
    left: 14px;
    content: '';
    background: #4f4d4d;
    width: 16px;
    height: 2px;
}
.bottome_tx .list ul li.active .ico:after {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.bottome_tx .list .triangle_ico {
    cursor: pointer;
    opacity: 0;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 30px solid #ECECEC;
    transition: opacity cubic-bezier(0.38, 0.04, 0.35, 0.96);
}
.bottome_tx .list .triangle_ico.active {
    opacity: 1;
}
.bottome_tx .item_list {
    background-color: #ECECEC;
    overflow: hidden;
}
.bottome_tx .item_list.active {
    margin-bottom: 60px;
}
.bottome_tx .item_list li {
    display: none;
    padding: 55px 0 ;
}
.bottome_tx .item_list .img {
    padding-right: 25px;
}
.bottome_tx .item_list .text {
    padding-left: 25px;
    font-size: 16px;
    line-height: 2;
}
.bottome_tx .item_list .text .title {
    font-size: 24px;
    color: #212121;
    margin-top: 30px;
}
.bottome_tx .item_list .text .sub_title {
    margin-bottom: 14px;
    overflow: hidden;
}
footer .ico {
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
    height: 240px;
    padding: 14px 0px 32px;
}
footer .ico li {
    margin: 60px 0;
}
footer .ico .text {
    font-size: 18px;
    color: #717070;
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
    float: left;
}
footer .main {
    height: auto;
    width: 100%;
    background-color: #222222;
    padding: 80px 0 ;
    overflow: hidden;
}
footer .main .left-part {

}
footer .main .left-part .title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
footer .main .left-part dl {
    font-size: 14px;
    margin-top: 25px;
}
footer .main a {
    color: #B4B5B5;
}
footer .main a:hover {
    color: #ffffff;
}
footer .main .right-part {
    text-align: center;
    width: 250px;
}
footer .main .right-part .tel {
    color: #FA9600;
    font-size: 32px;
    text-align: center;
}
footer .main .right-part .tel_or {
    text-align: center;
    color: #B4B5B5;
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0 22px 0;
}
footer .main .right-part .zixun a {
    width: 219px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #B4B5B5;
    text-align: center;
    display: inline-block;
}
footer .main .right-part .zixun a:hover {
    border: 1px solid #FA9600;
    color: #FA9600;
}
footer .bottom {
    border-top: 1px solid #595757;
    background-color: #222222;
    padding: 45px 0;
}
footer .bottom a {
    color: #898989;
}
footer .bottom a:hover {
    color: #898989;
}
footer .bottom .links ul {
    overflow: hidden;
}
footer .bottom .links .item {
    font-size: 13px;
    float: left;
    margin-right: 10px;
    line-height: 1.8;
}
footer .bottom .text {
    color: #c9c9ca;
    font-size: 13px;
    line-height: 1.8;
    overflow: hidden;
    margin-top: 8px;
}
footer .bottom .text a {
    color: #c9c9ca;
}
footer .erweima{width: 144px;}
footer .erweima .erweima_img{padding-left: 6px;padding-top: 8px;}
footer .erweima .text{color: #B4B5B5;text-align: center;margin-top: 22px;line-height: 2}
.left_zixun {
    position: fixed;
    right: 1px;
    top: 35%;
    z-index: 9999999;
}
.left_zixun ul {
    width: 90px;
    overflow: hidden;
}
.left_zixun li:first-child {
    border: none;
    /*background-color: rgba(250, 150, 0, 0.9);*/
}
.left_zixun li {
    float: left;
    width: 90px;
    height: 90px;
    border-top: 1px solid #717070;
    background-color: rgba(33,33,33, 0.8);
}

.left_zixun li .img1{display: block}
.left_zixun li .img2{display: none}

.left_zixun li:hover .img1{display: none}
.left_zixun li:hover .img2{display: block}
/*--------------------------------------------------------------特效样式----------------------------------------------------*/
/*轮播*/
.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mt-number-animate {
    font-weight: 300;
    line-height: 64px;
    height: 64px;
    /*设置数字显示高度*/
    font-size: 64px;
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.mt-number-animate .mt-number-animate-dot {
    line-height: 73px;
    font-size: 50px;
    font-family: 'Arial';
    font-weight: 300;
    width: 15px;
    /*设置分割符宽度*/
    line-height: 64px;
    float: left;
    text-align: center;
}
.mt-number-animate .mt-number-animate-dom {
    width: 38px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
    font-family: Arial;
}
.swiper-shiyanshi .swiper-slide .text {
    opacity: 0;
    transition: opacity 2s;
    text-align: center;
}
.swiper-shiyanshi .swiper-slide .text .title {
    font-size: 22px;
}
.swiper-shiyanshi .swiper-slide .text .p {
    margin-bottom: 20px;
    margin-top: 10px;
}
.swiper-shiyanshi .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}
.swiper-shiyanshi swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-shiyanshi .swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-shiyanshi .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-shiyanshi .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-shiyanshi .swiper-container-android .swiper-slide,
.swiper-shiyanshi .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-shiyanshi .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-shiyanshi .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-shiyanshi .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-shiyanshi .swiper-container-autoheight,
.swiper-shiyanshi .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-shiyanshi .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
.swiper-shiyanshi .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-shiyanshi .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-shiyanshi .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-shiyanshi .swiper-button-next,
.swiper-shiyanshi .swiper-button-prev {
    position: absolute;
    top: calc(50% - 70px);
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-shiyanshi .swiper-button-next.swiper-button-disabled,
.swiper-shiyanshi .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-shiyanshi .swiper-button-prev,
.swiper-shiyanshi .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 150px;
    right: auto;
}
.swiper-shiyanshi .swiper-button-prev.swiper-button-black,
.swiper-shiyanshi .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-shiyanshi .swiper-button-prev.swiper-button-white,
.swiper-shiyanshi .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-shiyanshi .swiper-button-next,
.swiper-shiyanshi .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 150px;
    left: auto;
}
.swiper-shiyanshi .swiper-button-next.swiper-button-black,
.swiper-shiyanshi .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-shiyanshi .swiper-button-next.swiper-button-white,
.swiper-shiyanshi .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-shiyanshi .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-shiyanshi .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-shiyanshi .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-shiyanshi .swiper-pagination-custom,
.swiper-shiyanshi .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-shiyanshi .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-shiyanshi button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-shiyanshi .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-shiyanshi .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-shiyanshi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-shiyanshi .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-shiyanshi .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-shiyanshi .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-shiyanshi .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-shiyanshi .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-shiyanshi .swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-shiyanshi .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.swiper-shiyanshi .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.swiper-shiyanshi .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-shiyanshi .swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-shiyanshi .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-shiyanshi .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-shiyanshi .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
.swiper-shiyanshi .swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-shiyanshi .swiper-container-3d .swiper-cube-shadow,
.swiper-shiyanshi .swiper-container-3d .swiper-slide,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-left,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-right,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-top,
.swiper-shiyanshi .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-left,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-right,
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-shiyanshi .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-shiyanshi .swiper-container-coverflow .swiper-wrapper,
.swiper-shiyanshi .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-shiyanshi .swiper-container-cube,
.swiper-shiyanshi .swiper-container-flip {
    overflow: visible;
}
.swiper-shiyanshi .swiper-container-cube .swiper-slide,
.swiper-shiyanshi .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-shiyanshi .swiper-container-cube .swiper-slide .swiper-slide,
.swiper-shiyanshi .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-shiyanshi .swiper-container-cube .swiper-slide-active,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-shiyanshi .swiper-container-flip .swiper-slide-active,
.swiper-shiyanshi .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-shiyanshi .swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-shadow-left,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-shadow-right,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-shadow-top,
.swiper-shiyanshi .swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-shiyanshi .swiper-container-flip .swiper-slide-shadow-left,
.swiper-shiyanshi .swiper-container-flip .swiper-slide-shadow-right,
.swiper-shiyanshi .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-shiyanshi .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-shiyanshi .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-shiyanshi .swiper-container-cube .swiper-slide-active,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-next,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-shiyanshi .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-shiyanshi .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-shiyanshi .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-shiyanshi .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-shiyanshi .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-shiyanshi .swiper-container-fade .swiper-slide-active,
.swiper-shiyanshi .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-shiyanshi .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.swiper-shiyanshi .swiper-zoom-container > canvas,
.swiper-shiyanshi .swiper-zoom-container > img,
.swiper-shiyanshi .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-shiyanshi .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-shiyanshi .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-shiyanshi .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-shiyanshi .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-shiyanshi .swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-shiyanshi .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-shiyanshi .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-shiyanshi .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-shiyanshi .layer-mask {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.swiper-shiyanshi .swiper-slide-active .layer-mask {
    display: none;
}
.swiper-shiyanshi .pc-banner {
    width: 100%;
    float: left;
}
.swiper-shiyanshi .swiper-container {
    width: 100%;
    margin: 35px 0;
}
.swiper-shiyanshi .swiper-slide {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(0.75);
    /* margin: 1px; */
    transform: scale(0.75);
    margin-top: 70px;
    margin-bottom: 70px;
}
.swiper-shiyanshi .swiper-slide-active,
.swiper-shiyanshi .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1002;
}
.swiper-shiyanshi .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.swiper-shiyanshi .swiper-slide a {
    background: #fff;
    display: block;
    border-radius: 2px;
}
.swiper-shiyanshi .swiper-slide-active a:after {
    background: none;
}
.swiper-shiyanshi .swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
    border: none;
}
.swiper-shiyanshi .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}
.swiper-shiyanshi .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}
.swiper-shiyanshi .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}
.swiper-shiyanshi .button {
    width: 100%;
    margin: 0 auto;
    top: -290px;
    position: relative;
    z-index: 1002;
}
.swiper-shiyanshi .button div:hover {
    cursor: pointer;
}
.swiper-shiyanshi .swiper-button-prev {
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.swiper-shiyanshi .swiper-button-next {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

/*详情页公用h2样式*/
.detail_common_h2 h2,.detail_common_h2 .h2,.product_detail_2020 .h2{    font-size: 24px;line-height: 1;color: #3e3938;}
/*产品详情页 start*/

.product_detail_2020
.product_detail_2020 h2{color: #212121}
.product_detail_2020 .top_crumbs{}
.product_detail_2020 .top_crumbs,.news_detail_2020 .top_crumbs{width: 100%;height: 80px;}
.product_detail_2020 .top_crumbs a:first-child,.news_detail_2020 .top_crumbs a:first-child{padding-left: 0px}
.product_detail_2020 .top_crumbs a,.news_detail_2020 .top_crumbs a{height: 80px;line-height: 80px;padding: 0 9px}
.product_detail_2020 .top_crumbs a:hover,.news_detail_2020 .top_crumbs a:hover{color: #FA9600}
.product_detail_2020 .p_detail_top{ width: 100%;float: left}

/*产品图片*/
.product_detail_2020 .p_detail_top .right-extra{ width: 45.83%;float: left;}
.product_detail_2020 .p_detail_top .text_list{width: 54.17%; float: left;}
.product_detail_2020 .p_detail_top .text_list .title h1{line-height: 1.3;padding-top: 30px;}
.product_detail_2020 .p_detail_top .right-extra .spec-preview{width: 550px;height: 550px}
.product_detail_2020 .p_detail_top .right-extra .spec-preview .jqzoom1{width: 550px;height: 550px;overflow: hidden;}
.product_detail_2020 .p_detail_top .right-extra .spec-preview .jqzoom1 img{position: absolute;/*top: -75px;*/width:100%;}

.product_detail_2020 .p_detail_top .text_list{padding: 0 54px;}
.product_detail_2020 .p_detail_top .text_list li{line-height: 34px}
.product_detail_2020 .p_detail_top .text_list li .clicks{color: #B5B5B6}


/*产品图片右侧*/
.product_detail_2020 .p_detail_top .text_list .zx{}
.product_detail_2020 .p_detail_top .text_list .zx li{float: left}
.product_detail_2020 .p_detail_top .text_list .zx li:first-child{margin-right: 18px;}
.product_detail_2020 .p_detail_top .text_list .zx li a{width: 185px;height: 45px;line-height:45px;border-radius: 3px;display: block;text-align: center;font-size: 18px}
.product_detail_2020 .p_detail_top .text_list .zx .qiao{background: #FA9600;color: #FFFFFF}
.product_detail_2020 .p_detail_top .text_list .zx .qiao:hover{background: #FCAD37;}
.product_detail_2020 .p_detail_top .text_list .zx .tel{border: 1px solid #FA9600;color: #FA9600}
.product_detail_2020 .p_detail_top .text_list .zx li span{width: 42px;height: auto;display: inline-block}
.product_detail_2020 .p_detail_top .text_list .zx .ico{position: relative;}
.product_detail_2020 .p_detail_top .text_list .zx .zixun_ico:before{
    content: '';background: url(../images/zixun_ico.png) no-repeat;position: absolute;right: 10px;bottom: -11px;z-index: 2;width: 32px;height: 32px;
}
.product_detail_2020 .p_detail_top .text_list .zx .tel_ico:before{
    content: '';background: url(../images/tel_ico.png) no-repeat;position: absolute;right: 10px;bottom: -11px;z-index: 2;width: 32px;height: 32px;
}
/*产品详情*/
.product_detail_2020 .p_detail_content{}
.product_detail_2020 .p_detail_content .text{background-color: #F5F5F5;padding: 60px 0;}
.product_detail_2020 .p_detail_content .text p{font-size: 16px;line-height: 2}
.product_detail_2020 .p_detail_content .text p strong{font-size: 20px;color: #212121}

/*产品详情和新闻详情，关键词公用模块*/
.commom_keywords_top{}
.commom_keywords_top .top{padding-bottom: 25px;border-bottom: 1px solid #d8d8d8;line-height: 1;overflow: hidden;}
.commom_keywords_top .title {}
.commom_keywords_top .title a {color: #212121;}
.commom_keywords_top .top .more{text-align: right}
.commom_keywords_top .list{margin-top: 15px;overflow: hidden}
.commom_keywords_top .list li {float: left;margin-right: 10px;
    line-height: 40px}
.commom_keywords_top .list li a:hover{color: #FA9600;}

/*新闻详情*/
.news_detail_2020 section{overflow: hidden}
.news_detail_2020 .before_next{overflow: hidden;margin-top: 52px;}

.news_detail_2020 .swiper-container {width: 1200px;height: 260px;margin: 0px auto;}
.news_detail_2020 .swiper-slide {
    text-align: center;font-size: 18px;background: #fff; /* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
    -ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}

.news_detail_2020 .swiper-pagination-bullet{border: 1px solid #FEFEFE;background: none;opacity:0.5;}
.news_detail_2020 .swiper-pagination-bullet-active{background: #FEFEFE;opacity:1;}
.news_detail_2020 .swiper-container-horizontal > .swiper-pagination-bullets{right: 0px;width: 100px;left: auto;}

.news_detail_2020 .main_content{background-color: #F5F5F5;padding-bottom: 88px;overflow: hidden;width:80%;margin:0 auto}
.news_detail_2020 .main_content h1{color: #231916;margin-top: 55px}
.news_detail_2020 .main_content .title_part .text{color: #717071;margin: 25px 0 10px 0;}
.news_detail_2020 .main_content .title_part .text .from{color: #B5B5B6}
.news_detail_2020 .main_content .zaiyao{background-color: #FFFFFF;padding: 70px 100px;border-bottom: 1px solid #d8d8d8}
.news_detail_2020 .main_content .zaiyao .text{ padding-left: 58px;}
.news_detail_2020 .main_content .zhaunti_main{overflow: hidden;max-height: 2500px;}
.news_detail_2020 .main_content .content{background-color: #FFFFFF;padding: 70px 100px;position: relative;}
.news_detail_2020 .main_content .content a{color: #a98326}
.news_detail_2020 .main_content .content img{max-width: 100%;}
.news_detail_2020 .main_content .content p{line-height: 1.8}
.news_detail_2020 .main_content .content .from p{font-size: 12px;color: #B4B5B5;}
.news_detail_2020 .main_content .content .hide-article-box{ position: absolute; bottom: 0px;left: 0px;  width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(50%, #fff));padding-top: 160px;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 20px;text-align: center;
    margin-bottom: 70px;}
.news_detail_2020 .main_content .content .hide-article-box a{line-height: 2.5;width: 130px;border: 1px solid #7e7d7e;color: #212121;display: inline-block;cursor: pointer;}
.news_detail_2020 .new_index_2020 .common_seciton .list{min-height: 312px;}




/*首页视频*/
.video_index{background-color: #F5F5F6;padding-top: 80px;}

/*聚合页首页*/
.key_index{background-color: #F5F5F5;padding-bottom: 88px;}
.key_index .cate_list{}
.key_index .cate_list h1{text-align: left}
.key_index .cate_list .list{background-color: #FFFFFF}
.key_index .cate_list .list ul{padding: 50px 0px 50px 60px;}
.key_index .cate_list .list ul li{text-align: left;width: 188px;}
/*聚合页item页面*/
.keywords_item_2020{}
.keywords_item_2020 .category_ad{position: relative;}
.keywords_item_2020 .category_ad img{vertical-align: middle;width: auto}
.keywords_item_2020 .category_ad .text{text-align: center;width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #FFFFFF}
.keywords_item_2020 .category_ad .text h1{font-size: 28px;}
.keywords_item_2020 .category_ad .text p{font-size: 16px;margin-top: 18px;}
.keywords_item_2020 .keywords_filter{margin-top: 23px;}
.keywords_item_2020 .keywords_filter ul{width: 100%;border-bottom: 1px solid #EEEFEF;overflow: hidden;}
.keywords_item_2020 .keywords_filter ul li{margin-right: 43px;overflow: hidden;display: inline-block;padding: 18px 0 13px 0}
.keywords_item_2020 .keywords_filter ul li:last-child{margin-right: 0;}
.keywords_item_2020 .keywords_filter ul li:first-child{font-weight: bold;width: 80px;}
.keywords_item_2020 .keywords_filter ul li a{float: left}
.keywords_item_2020 .keywords_filter ul li a:hover,.keywords_item_2020 .keywords_filter ul li a.current{color: #FA9600}

.keywords_item_2020 .product-list-index .product-list .top{margin: 30px 0 25px 0;}
.keywords_item_2020 .top_part{overflow: hidden}
.keywords_item_2020 .top_part .p1 .title{border-bottom: 1px solid #d8d8d8;}
.keywords_item_2020 .top_part .p1 .title h2{line-height: 1;padding-bottom: 21px;color: #212121;}
.keywords_item_2020 .top_part .p1 .p{padding: 36px 0;line-height: 2;border-bottom: 1px dashed #c8c9c9; }
.keywords_item_2020 .top_part .xiangguan_news{}
.keywords_item_2020 .top_part .xiangguan_news li{margin-bottom: 25px;}
.keywords_item_2020 .top_part .xiangguan_news li .title{font-size: 20px;margin-bottom: 8px;}
.keywords_item_2020 .top_part .xiangguan_news li .title a{color: #212121}
.keywords_item_2020 .top_part .xiangguan_news li .p{padding-right: 25px;height: 56px;}
.keywords_item_2020 .xiangguan_anli{}
.keywords_item_2020 .xiangguan_anli .title{}
.keywords_item_2020 .xiangguan_anli .title h2{font-size: 24px; color: #212121}

/*搜索页*/
.search_index_2020{}
.search_index_2020 .search{position: relative}
.search_index_2020 .search img{vertical-align: center;height: 200px;}
.search_index_2020 .search .form{text-align: center;width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.search_index_2020 .search .form form{display: inline-block}
.search_index_2020 .search .form .input{height: 50px;width: 880px;outline: 0;border: none;outline: 0;padding-left: 120px;}
.search_index_2020 #search_form_index{width: 880px;height:50px;position: relative}
.search_index_2020 #search_form_index .input-group{position: static}
.search_index_2020 #search_form_index .input-group button{border: 0;background-color: #ECECEC;height: 50px;width: 100px;font-size: 16px;}
.search_index_2020 #search_form_index .input-group button i{background: url(../images/search.png) no-repeat 7px 10px;width: 20px;display: inline-block;height: 18px;}
.search_index_2020 #search_form_index .input-group .input-group-btn{position: absolute}
.search_index_2020 #search_form_index .input-group .dropdown-menu{min-width: 100px;border: none;border-radius:0px;margin: 0;border: 1px solid #d8d8d8}
.search_index_2020 #search_form_index .input-group .dropdown-menu li{min-width: 100px;font-size: 16px;line-height: 2;text-align: center}
.search_index_2020 .search .form .search_ico{width: 30px;display: block;height: 40px;line-height: 40px;text-align: right;position: absolute;right: 1px;top: 5px}
.search_index_2020 .search .form .search_ico:before {
    content: '';background: url(../images/search_ico.png) no-repeat;position: absolute;z-index: 2;width: 32px;height: 26px;top: 1px;right: 11px;cursor:pointer;top: 10px;
}
.search_index_2020 .search_nav{}
.search_index_2020 .search_nav ul{overflow: hidden;height: 80px;}
.search_index_2020 .search_nav ul li{padding-right: 92px;float: left;display: inline-block}
.search_index_2020 .search_nav ul li a{font-size: 16px; position: relative;line-height: 80px;display: inline-block;color: #212121}
.search_index_2020 .search_nav ul li a.active:after{position: absolute;bottom: 0px;height: 2px;background: #FA9600;content: "";opacity: 1;left: 0;width: 100%;}
.search_index_2020 .content{padding: 70px 0 35px 0;background-color: #F5F5F5}
.search_index_2020 .content .title{}
.search_index_2020 .content .title{ font-size: 16px;padding-bottom: 15px;}
.search_index_2020 .content .title span{ font-size: 24px;color: #FA9600;padding: 0 6px}
.search_index_2020 .content em{color: #FA9600}
.search_index_2020 .news_list .list{background-color: #FFFFFF;}
.search_index_2020 .news_list .list ul li:hover{background-color: #F5F5F5}
.search_index_2020 .news_list .list ul li{padding: 50px 100px;border-bottom: 1px solid #d8d8d8;}
.search_index_2020 .news_list .list ul li .item{height: auto;    position: relative;}
.search_index_2020 .news_list .list ul li .item .text{padding-left: 193px;}
.search_index_2020 .news_list .list ul li .item .time{width: 95px;position: absolute;left: 0px;top: 0px;color: #555555;text-align: right;font-family: Arial; }
.search_index_2020 .news_list .list a:hover{color: #FA9600}
.search_index_2020 #fenye{background-color: #F5F5F5;padding-top: 40px; }


/*更多，有箭头的*/
.more_a a{padding-right: 10px;}
.more_a a:hover{color: #FA9600;}
.more_a a:after{  content: '';background: url(../images/more_ico.png) no-repeat;position: absolute;right: -25px;bottom: -2px;z-index: 2;width: 32px;height: 16px;}
.more_a a:hover:after{  content: '';background: url(../images/more_ico_hover.png) no-repeat;position: absolute;right: -24px;bottom: -2px;z-index: 2;width: 32px;height: 16px;}


/*新闻中心*/
.new_index_2020{}
.new_index_2020 section{overflow: hidden}
.new_index_2020 .banner_common{height: 200px;}
.new_index_2020 .banner_common img{height: 200px;}
.news_nav_top_list{height: 80px;border-bottom: 1px solid #d8d8d8}
.news_nav_top_list ul{overflow: hidden}
.news_nav_top_list ul li{float: left;padding-right: 65px;}
.news_nav_top_list ul li a{line-height: 80px;font-size: 16px;float: left;color: #212121}
.news_nav_top_list ul li a:hover {
    color: #f98e3e;
}
.new_index_2020 .common_seciton{}
.new_index_2020 .common_seciton .top{height: 65px;border-bottom: 1px solid #d8d8d8;}
.new_index_2020 .common_seciton .top a{line-height: 65px;position: relative;color: #212121;}
.new_index_2020 .common_seciton .top a:hover{color: #FA9600;}
.new_index_2020 .common_seciton .top .more a{padding-right: 10px;}
.new_index_2020 .common_seciton .top .more a:after{content: '';background: url(../images/more_ico.png) no-repeat;position: absolute;right: -25px;bottom: 2px;z-index: 2;width: 32px;height: 16px;}
.new_index_2020 .common_seciton .top .more a:hover:after{content: '';background: url(../images/more_ico_hover.png) no-repeat;position: absolute;right: -24px;bottom: 2px;z-index: 2;width: 32px;height: 16px;}
.new_index_2020 .common_seciton .top .nav_title{font-size: 24px;float: left ;color: #212121}
.new_index_2020 .common_seciton .top .more{float: right}
.new_index_2020 .common_seciton .list{min-height: 426px;overflow: hidden;}

.new_index_2020 .common_seciton .list .item{position: relative}
.new_index_2020 .common_seciton .list .item .text{padding-left: 230px;font-size: 14px;line-height: 2;height: 124px;}
.new_index_2020 .common_seciton .list .item .text .title{font-size: 20px;line-height: 2}
.new_index_2020 .common_seciton .list .item .text .title a{color: #212121}
.new_index_2020 .common_seciton .list .item .text .title a:hover{color: #FA9600;}
.new_index_2020 .common_seciton .list .item .text .click{font-size: 12px;}
.new_index_2020 .common_seciton .list .item .text .click p{color: #888889;}
.new_index_2020 .common_seciton .list .item .text .des p{line-height: 1.8}
.new_index_2020 .common_seciton .list .item .img img{width: 210px;height: 120px;position: absolute;left: 0px;top: 0px;}
.new_index_2020 .common_seciton .list .item .title_time {position: relative;}
.new_index_2020 .common_seciton .list .item .title_time a{color: #212121}
.new_index_2020 .common_seciton .list .item .title_time .title{font-size: 16px;padding-right: 100px;}
.new_index_2020 .common_seciton .list .item .title_time .title a:hover{color: #FA9600}
.new_index_2020 .common_seciton .list .item .title_time .time{font-size: 14px;width: 100px;position: absolute;right: 0px;top: 0px;text-align: right}

.new_index_2020 .common_seciton.col-md-12 li{width: 50%;float: left;}
.new_index_2020 .common_seciton.col-md-6 li{width: 100%;float: left}

/*资讯item页面*/
.news_item_2020{}
.news_item_2020 .item_content{background-color: #F5F5F5;padding: 56px 0 ;}
.news_item_2020 .item_content .content{background-color: #FFFFFF}
.news_item_2020 .item_content .content ul{}
.news_item_2020 .item_content .content ul li{padding: 40px;border-top: 1px solid #d8d8d8}
.news_item_2020 .item_content .content ul .list-view div:first-child li{border: 0;}
.news_item_2020 .item_content .content ul li:hover{background-color: #F5F5F5;}
.news_item_2020 .item_content .content ul li .item{position: relative;height: 155px;}
.news_item_2020 .item_content .content ul li .img{position: absolute;left: 0;top: 0;}
.news_item_2020 .item_content .content ul li .img img{width: 260px;height: 149px;}
.news_item_2020 .item_content .content ul li .text{width: 100%;padding-left: 293px;}
.news_item_2020 .item_content .content ul li .text .title a{color: #212121}
.news_item_2020 .item_content .content ul li .text .title a:hover{color: #FA9600;}
.news_item_2020 .item_content .content ul li .text .des{line-height: 1.8;margin-top: 9px;}
.news_item_2020 .item_content .content ul li .text .time{}

.news_item_2020 .item_content .content ul li.is_text{padding: 50px 100px;}
.news_item_2020 .item_content .content ul li.is_text .item{height: auto}
.news_item_2020 .item_content .content ul li.is_text .item .text{padding-left: 193px;}
.news_item_2020 .item_content .content ul li.is_text .item .time{width: 95px;position: absolute;left: 0px;top: 0px;color: #555555;text-align: right;font-family: Arial; }
.news_item_2020 .item_content #fenye{background-color: #F5F5F5;display: block;}
.news_item_2020 .item_content #fenye .pagination{margin-top: 60px;}
.news_item_2020 .list-view>div{overflow: hidden;}

    /*左右部分的空隙*/
.new_index_2020 .left_right{}
.new_index_2020 .left_right .part{}
.new_index_2020 .left_right .part:nth-child(odd){padding-right: 55px;}/*奇数行*/
.new_index_2020 .left_right .part:nth-child(even){padding-left: 55px;}/*偶数行*/



